rust: Update to 1.90.0
authorTianling Shen <[email protected]>
Fri, 19 Sep 2025 07:46:51 +0000 (15:46 +0800)
committerTianling Shen <[email protected]>
Fri, 19 Sep 2025 12:24:26 +0000 (20:24 +0800)
Release note: https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/

Signed-off-by: Tianling Shen <[email protected]>
lang/rust/Makefile
lang/rust/patches/0001-Update-xz2-and-use-it-static.patch

index cea288f214b3f01d4f1cbee268122ef4e5affb6a..717b15d46e16430c6922d3bb216609673c375594 100644 (file)
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rust
-PKG_VERSION:=1.89.0
+PKG_VERSION:=1.90.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.xz
 PKG_SOURCE_URL:=https://static.rust-lang.org/dist/
-PKG_HASH:=0b9d55610d8270e06c44f459d1e2b7918a5e673809c592abed9b9c600e33d95a
+PKG_HASH:=6bfeaddd90ffda2f063492b092bfed925c4b8c701579baf4b1316e021470daac
 HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src
 
 PKG_MAINTAINER:=Luca Barbato <[email protected]>
index 295f7bc5219d1fa91d24d6e06512411da3e39d02..d3625c9bc4c73a28c544f61ebc265b4fa489f271 100644 (file)
@@ -17,4 +17,4 @@ Subject: [PATCH] Update xz2 and use it static
 +xz2 = { version = "0.1", features = ["static"] }
  
  # Dependencies needed by the build-metrics feature
- sysinfo = { version = "0.35.0", default-features = false, optional = true, features = ["system"] }
+ sysinfo = { version = "0.36.0", default-features = false, optional = true, features = ["system"] }